home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / nbademo.exe / CABFILE / IDR_CABFILE / Data / UIScript / SingGame / COACHBAR.UI next >
Text File  |  1999-06-14  |  5KB  |  248 lines

  1. "2D\UI\Coaching\CoachBar"
  2.  
  3. //********************************
  4. //  Data Container
  5. //********************************
  6. DataContainer {
  7.     Int "CoachBarCurrentScreen" {
  8.         RadioGroup "CoachBar";
  9.         InitialValue 0;
  10.     };
  11. };
  12.  
  13. //********************************
  14. //  Images
  15. //********************************
  16. Image "CoachBarBack" {
  17.     Filename "cBckBar";
  18. };
  19.  
  20. Image "PushedRoster" {
  21.     Filename "pRoster";
  22. };
  23.  
  24. Image "FocusedRoster" {
  25.     Filename "fRoster";
  26. };
  27.  
  28. Image "ArmedRoster" {
  29.     Filename "aRoster";
  30.     Position [0, 1];
  31. };
  32.  
  33. Image "PushedAndArmedRoster" {
  34.     Filename "fpRoster";
  35. };
  36.  
  37.  
  38. Image "FocusedStrategy" {
  39.     Filename "fStrat";
  40. };
  41.  
  42. Image "PushedStrategy" {
  43.     Filename "pStrat";
  44. };
  45.  
  46. Image "ArmedStrategy" {
  47.     Filename "aStrat";
  48.     Position [0, 1];
  49. };
  50.  
  51. Image "PushedAndArmedStrategy" {
  52.     Filename "fpStrat";
  53. };
  54.  
  55.  
  56. Image "FocusedPlayBook" {
  57.     Filename "fPlayb";
  58. };
  59.  
  60. Image "PushedPlayBook" {
  61.     Filename "pPlayb";
  62. };
  63.  
  64. Image "ArmedPlayBook" {
  65.     Filename "aPlayb";
  66.     Position [0, 1];
  67. };
  68.  
  69. Image "PushedAndArmedPlayBook" {
  70.     Filename "fpPlayb";
  71. };
  72.  
  73. Image "FocusedTrade" {
  74.     Filename "fTrade";
  75. };
  76.  
  77. Image "PushedTrade" {
  78.     Filename "pTrade";
  79. };
  80.  
  81. Image "ArmedTrade" {
  82.     Filename "aTrade";
  83.     Position [0, 1];
  84. };
  85.  
  86. Image "PushedAndArmedTrade" {
  87.     Filename "fpTrade";
  88. };
  89.  
  90.  
  91. //********************************
  92. //  Fonts
  93. //********************************
  94. Font "SingledCoachBarDisabled" {
  95.     Filename "disable";
  96.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  97.     Kerning 1;
  98. };
  99. Font "CoachBarEnabled" {
  100.     Filename "cEnbFnt";
  101.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  102.     Kerning 1;
  103. };
  104.  
  105. Font "CoachBarFocused" {
  106.     Filename "cFocFont";
  107.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  108.     Kerning 0;
  109. };
  110.  
  111. Font "CoachBarPushed" {
  112.     Filename "cPFont";
  113.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  114.     Kerning 1;
  115. };
  116.  
  117. Font "CoachBarArmed" {
  118.     Filename "cA_Font";
  119.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  120.     Kerning 0;
  121. };
  122.  
  123. Font "CoachBarPushedAndArmed" {
  124.     Filename "cFPFont";
  125.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  126.     Kerning 1;
  127. };
  128.  
  129.  
  130. //********************************
  131. //  Styles
  132. //********************************
  133. Style "CoachBar" {
  134.     Image "CoachBarBack";
  135. };
  136.  
  137. ButtonStyle "CoachBarRosterButtonStyle" {
  138.     Focused Image "FocusedRoster";
  139.     Pushed Image "PushedRoster";
  140.     Armed Image "ArmedRoster";
  141.     PushedAndArmed Image "PushedAndArmedRoster";
  142.     Enabled Font "CoachBarEnabled";
  143.     Focused Font "CoachBarFocused";
  144.     Pushed Font "CoachBarPushed";
  145.     Armed Font "CoachBarArmed";
  146.     PushedAndArmed Font "CoachBarPushedAndArmed";
  147.     Disabled Font "SingledCoachBarDisabled";
  148.  
  149. };
  150.  
  151. ButtonStyle "CoachBarStrategyButtonStyle" {
  152.     Focused Image "FocusedStrategy";
  153.     Pushed Image "PushedStrategy";
  154.     Armed Image "ArmedStrategy";
  155.     PushedAndArmed Image "PushedAndArmedStrategy";
  156.     Enabled Font "CoachBarEnabled";
  157.     Focused Font "CoachBarFocused";
  158.     Pushed Font "CoachBarPushed";
  159.     Armed Font "CoachBarArmed";
  160.     PushedAndArmed Font "CoachBarPushedAndArmed";
  161.     Disabled Font "SingledCoachBarDisabled";
  162.  
  163. };
  164.  
  165. ButtonStyle "CoachBarPlayBookButtonStyle" {
  166.     Focused Image "FocusedPlayBook";
  167.     Pushed Image "PushedPlayBook";
  168.     Armed Image "ArmedPlayBook";
  169.     PushedAndArmed Image "PushedAndArmedPlayBook";
  170.     Enabled Font "CoachBarEnabled";
  171.     Focused Font "CoachBarFocused";
  172.     Pushed Font "CoachBarPushed";
  173.     Armed Font "CoachBarArmed";
  174.     PushedAndArmed Font "CoachBarPushedAndArmed";
  175.     Disabled Font "SingledCoachBarDisabled";
  176. };
  177.  
  178. ButtonStyle "CoachBarTradeButtonStyle" {
  179.     Focused Image "FocusedTrade";
  180.     Pushed Image "PushedTrade";
  181.     Armed Image "ArmedTrade";
  182.     PushedAndArmed Image "PushedAndArmedTrade";
  183.     Enabled Font "CoachBarEnabled";
  184.     Focused Font "CoachBarFocused";
  185.     Pushed Font "CoachBarPushed";
  186.     Armed Font "CoachBarArmed";
  187.     PushedAndArmed Font "CoachBarPushedAndArmed";
  188.     Disabled Font "SingledCoachBarDisabled";
  189. };
  190.  
  191.  
  192. //********************************
  193. //  Buttons
  194. //********************************
  195. CheckButton "CoachBarRoster" {
  196.     ButtonStyle "CoachBarRosterButtonStyle";
  197.     Position [50, 0];
  198.  
  199.     String "Roster" {
  200.         Justify CenterCenter;
  201.         Position [48, 7];
  202.     };
  203. };
  204.  
  205. CheckButton "CoachBarStrategy" {
  206.     ButtonStyle "CoachBarStrategyButtonStyle";
  207.     Position [157, 0];
  208.     disabled;
  209.     String "Strategy" {
  210.         Justify CenterCenter;
  211.         Position [48, 7];
  212.     };
  213. };
  214.  
  215. CheckButton "CoachBarPlayBook" {
  216.     ButtonStyle "CoachBarPlayBookButtonStyle";
  217.     Position [265, 0];
  218.     disabled;
  219.     String "PlayBook" {
  220.         Justify CenterCenter;
  221.         Position [48, 7];
  222.     };
  223. };
  224.  
  225. CheckButton "CoachBarTrade" {
  226.     ButtonStyle "CoachBarTradeButtonStyle";
  227.     Position [373, 0];
  228.     disabled;
  229.     String "Trade" {
  230.         Justify CenterCenter;
  231.         Position [48, 7];
  232.     };
  233. };
  234.  
  235. //********************************
  236. //  Groups
  237. //********************************
  238. RadioGroup "CoachBar" {
  239.     Root;
  240.     Style "CoachBar";
  241.     Position [0, 20];
  242.     Children {
  243.         CheckButton "CoachBarRoster";
  244.         CheckButton "CoachBarStrategy";
  245.         CheckButton "CoachBarPlayBook";
  246.         CheckButton "CoachBarTrade";
  247.     };
  248. };